home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / assembler.def < prev    next >
Text File  |  2000-11-08  |  6KB  |  194 lines

  1. object TPersHolder
  2.   P.Name = 'Assembler'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       FISymbol = 10
  12.       UseSymbols = True
  13.       UseComments = True
  14.       UseSingleLineComments = True
  15.       UseStrings = True
  16.       UseSingleLineStrings = True
  17.       UseNumbers = True
  18.       UseSuffixedNumbers = True
  19.       UseMultipleNumSuffixes = False
  20.       UseKeywords = True
  21.       BlockDelimiters = <>
  22.       SingleLineCommentDelimiters = <
  23.         item
  24.           FontID = 4
  25.           LeftDelimiter = ';'
  26.         end>
  27.       SingleLineStringDelimiters = <
  28.         item
  29.           FontID = 5
  30.           LeftDelimiter = #39
  31.           RightDelimiter = #39
  32.         end
  33.         item
  34.           FontID = 6
  35.           LeftDelimiter = '"'
  36.           RightDelimiter = '"'
  37.         end>
  38.       NumSuffixes = <
  39.         item
  40.           LeftDelimiter = 'h'
  41.         end>
  42.       KeywordSets = <
  43.         item
  44.           FontID = 7
  45.           Name = 'OpCodes'
  46.           Keywords = 
  47.             'AAA,AAD,AAM,AAS,ADC,ADD,AND,ARPL,BOUND,BSF,BSR,BSWAP,BT,BTC,BTR,' +
  48.             'BTS,CALL,CBW,CDQ,CLC,CLD,CLI,CLTS,CMC,CMP,CMPS,CMPSB,CMPSD,CMPSW' +
  49.             ',CMPXCHG,CWD,CWDE,DAA,DAS,DEC,DIV,ENTER,ESC,F2XM1,FABS,FADD,FADD' +
  50.             'P,FBLD,FBSTP,FCHS,FCLEX,FCOM,FCOMP,FCOMPP,FCOS,FDECSTP,FDISI,FDI' +
  51.             'V,FDIVP,FDIVR,FDIVRP,FENI,FFREE,FIADD,FICOM,FICOMP,FIDIV,FIDIVR,' +
  52.             'FILD,FIMUL,FINCSTP,FINIT,FIST,FISTP,FISUB,FISUBR,FLD,FLD1,FLDCW,' +
  53.             'FLDENV,FLDL2E,FLDL2T,FLDLG2,FLDLN2,FLDPI,FLDZ,FMUL,FMULP,FNCLEX,' +
  54.             'FNDISI,FNENI,FNINIT,FNOP,FNSAVE,FNSTCW,FNSTENV,FNSTSW,FPATAN,FPR' +
  55.             'EM,FPREM1,FPTAN,FRNDINT,FRSTOR,FSAVE,FSCALE,FSETPM,FSIN,FSINCOS,' +
  56.             'FSQRT,FST,FSTCW,FSTENV,FSTP,FSTSW,FSUB,FSUBP,FSUBR,FSUBRP,FTST,F' +
  57.             'UCOM,FUCOMP,FUCOMPP,FWAIT,FXAM,FXCH,FXTRACT,FYL2X,FYL2XP1,HLT,ID' +
  58.             'IV,IMUL,IN,INC,INSB,INSD,INSW,INT,INTO,INVD,INVLPG,IRET,IRETD,JA' +
  59.             ',JAE,JB,JBE,JC,JCXZ,JE,JECXZ,JG,JGE,JL,JLE,JMP,JNA,JNAE,JNB,JNBE' +
  60.             ',JNC,JNE,JNG,JNGE,JNL,JNLE,JNO,JNP,JNS,JNZ,JO,JP,JPE,JPO,JS,JZ,L' +
  61.             'AHF,LAR,LDS,LEA,LEAVE,LES,LFS,LGDT,LGS,LIDT,LLDT,LMSW,LOCK,LODS,' +
  62.             'LODSB,LODSD,LODSW,LOOP,LOOPD,LOOPDE,LOOPDNE,LOOPDNZ,LOOPDZ,LOOPE' +
  63.             ',LOOPNE,LOOPNZ,LOOPZ,LSL,LSS,LTR,MOV,MOVS,MOVSB,MOVSD,MOVSW,MOVS' +
  64.             'X,MOVZX,MUL,NEG,NOP,NOT,OR,OUT,OUTSB,OUTSD,OUTSW,POP,POPA,POPAD,' +
  65.             'POPF,POPFD,PUSH,PUSHA,PUSHAD,PUSHF,PUSHFD,RCL,RCR,REP,REPE,REPNE' +
  66.             ',REPNZ,REPZ,RET,RETF,RETN,ROL,ROR,SAHF,SAL,SAR,SBB,SCAS,SCASB,SC' +
  67.             'ASD,SCASW,SEGCS,SEGDS,SEGES,SEGFS,SEGGS,SEGSS,SETA,SETAE,SETB,SE' +
  68.             'TBE,SETC,SETE,SETG,SETGE,SETL,SETLE,SETNA,SETNAE,SETNB,SETNBE,SE' +
  69.             'TNC,SETNE,SETNG,SETNGE,SETNL,SETNLE,SETNO,SETNP,SETNS,SETNZ,SETO' +
  70.             ',SETP,SETPE,SETPO,SETS,SETZ,SGDT,SHL,SHLD,SHR,SHRD,SIDT,SLDT,SMS' +
  71.             'W,STC,STD,STI,STOS,STOSB,STOSD,STOSW,STR,SUB,TEST,VERR,VERW,WAIT' +
  72.             ',WBINVD,XADD,XCHG,XLAT,XOR'
  73.         end
  74.         item
  75.           FontID = 8
  76.           Name = 'Operands'
  77.           Keywords = 
  78.             'AH,AL,AND,AX,BH,BL,BP,BX,BYTE,CH,CL,CS,CX,DH,DI,DL,DS,DWORD,DX,E' +
  79.             'AX,EBP,EBX,ECX,EDI,EDX,EIP,ES,ESI,ESP,FS,GS,HIGH,LOW,MOD,NOT,OFF' +
  80.             'SET,OR,PTR,QWORD,SHL,SHR,SI,SP,SS,ST,TBYTE,TYPE,WORD,XOR'
  81.         end
  82.         item
  83.           FontID = 9
  84.           Name = 'Directives'
  85.           Keywords = 
  86.             'ASSUME,COMMENT,DB,DD,DQ,DT,DW,END,ENDM,ENDP,ENDS,EQ,EQU,EXITM,EX' +
  87.             'TRN,FAR,GE,GROUP,GT,INCLUDE,LABEL,LARGE,LE,LENGTH,LOCAL,LT,MACRO' +
  88.             ',MASK,NAME,NEAR,ORG,PAGE,PROC,PUBLIC,PURGE,RECORD,REPT,SEG,SEGME' +
  89.             'NT,SHORT,SIZE,SMALL,STRUC,SUBTTL,SYMTYPE,THIS,TITLE,WIDTH'
  90.         end>
  91.     end>
  92.   P.FontTable = <
  93.     item
  94.       FontID = 0
  95.       GlobalAttrID = 'Whitespace'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlack
  98.       Font.Height = -13
  99.       Font.Name = 'Courier New'
  100.       Font.Style = []
  101.     end
  102.     item
  103.       FontID = 1
  104.       GlobalAttrID = 'Integer'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clGreen
  107.       Font.Height = -13
  108.       Font.Name = 'Courier New'
  109.       Font.Style = []
  110.     end
  111.     item
  112.       FontID = 2
  113.       GlobalAttrID = 'Float'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clGreen
  116.       Font.Height = -13
  117.       Font.Name = 'Courier New'
  118.       Font.Style = []
  119.     end
  120.     item
  121.       FontID = 3
  122.       GlobalAttrID = 'Integer'
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clGreen
  125.       Font.Height = -13
  126.       Font.Name = 'Courier New'
  127.       Font.Style = []
  128.     end
  129.     item
  130.       FontID = 4
  131.       GlobalAttrID = 'Comment'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clGray
  134.       Font.Height = -13
  135.       Font.Name = 'Courier New'
  136.       Font.Style = [fsItalic]
  137.     end
  138.     item
  139.       FontID = 5
  140.       GlobalAttrID = 'String'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clMaroon
  143.       Font.Height = -13
  144.       Font.Name = 'Courier New'
  145.       Font.Style = []
  146.     end
  147.     item
  148.       FontID = 6
  149.       GlobalAttrID = 'String'
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clMaroon
  152.       Font.Height = -13
  153.       Font.Name = 'Courier New'
  154.       Font.Style = []
  155.     end
  156.     item
  157.       FontID = 7
  158.       GlobalAttrID = 'Reserved words'
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = clBlue
  161.       Font.Height = -13
  162.       Font.Name = 'Courier New'
  163.       Font.Style = [fsBold]
  164.     end
  165.     item
  166.       FontID = 8
  167.       GlobalAttrID = 'Reserved words'
  168.       Font.Charset = DEFAULT_CHARSET
  169.       Font.Color = clBlue
  170.       Font.Height = -13
  171.       Font.Name = 'Courier New'
  172.       Font.Style = []
  173.     end
  174.     item
  175.       FontID = 9
  176.       GlobalAttrID = 'Reserved words'
  177.       Font.Charset = DEFAULT_CHARSET
  178.       Font.Color = clNavy
  179.       Font.Height = -13
  180.       Font.Name = 'Courier New'
  181.       Font.Style = [fsBold]
  182.     end
  183.     item
  184.       FontID = 10
  185.       GlobalAttrID = 'Delimiters'
  186.       Font.Charset = DEFAULT_CHARSET
  187.       Font.Color = clBlack
  188.       Font.Height = -13
  189.       Font.Name = 'Courier New'
  190.       Font.Style = []
  191.     end>
  192.   P.SyntaxVersion = 3
  193. end
  194.